'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PDFCollection (Of T,K) Inherits System.Collections.ObjectModel.Collection(Of T)
'Usage
Dim instance As PDFCollection(Of T,K)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PDFCollection<T,K> : System.Collections.ObjectModel.Collection<T>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public __gc class PDFCollection<T,K> : public System.Collections.ObjectModel.Collection<T>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] generic<typename T> generic<typename K> public ref class PDFCollection : public System.Collections.ObjectModel.Collection<T>